Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm-packages group across 1 directory with 15 updates #262

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps the npm-packages group with 15 updates in the /docs directory:

Package From To
@headlessui/react 1.7.19 2.1.10
@markdoc/markdoc 0.2.2 0.4.0
@markdoc/next.js 0.2.3 0.3.7
clsx 1.2.1 2.1.1
next 14.1.1 15.0.1
postcss-focus-visible 6.0.4 10.0.0
postcss-import 14.1.0 16.1.0
prism-react-renderer 1.3.5 2.4.0
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
react-icons 4.12.0 5.3.0
eslint 8.26.0 9.13.0
eslint-config-next 13.0.2 15.0.1
prettier 2.8.8 3.3.3
prettier-plugin-tailwindcss 0.1.13 0.6.8

Updates @headlessui/react from 1.7.19 to 2.1.10

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

@​headlessui/react@​v2.1.9

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

@​headlessui/react@​v2.1.8

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

@​headlessui/react@​v2.1.7

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

@​headlessui/react@​v2.1.6

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

@​headlessui/react@​v2.1.5

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

@​headlessui/react@​v2.1.4

Fixed

  • Fix components not closing properly when using the transition prop (#3448)

@​headlessui/react@​v2.1.3

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)

@​headlessui/react@​v2.1.2

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.1.10] - 2024-10-10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

[2.1.9] - 2024-10-03

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

[2.1.8] - 2024-09-12

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

[2.1.7] - 2024-09-11

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

[2.1.6] - 2024-09-09

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

[2.1.5] - 2024-09-04

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

[2.1.4] - 2024-09-03

Fixed

  • Fix components not closing properly when using the transition prop (#3448)

[2.1.3] - 2024-08-23

Fixed

... (truncated)

Commits
  • 5eb3b12 2.1.10 - @​headlessui/react
  • a4953a2 Fix crash in ListboxOptions when using as={Fragment} (#3513)
  • 3b047fc update changelog
  • 13d8829 Use React.JSX instead of JSX (#3511)
  • 2422250 2.1.9 - @​headlessui/react
  • 02b43d0 Cleanup process in Combobox component when using virtualization (#3495)
  • 63daa86 Fix crash when using instanceof HTMLElement in some environments (#3494)
  • f2c80c4 Ensure Element is available before polyfilling (#3493)
  • 5ca68a9 Update react types to avoid unbound method lint errors (#3480)
  • 994303f 2.1.8 - @​headlessui/react
  • Additional commits viewable in compare view

Updates @markdoc/markdoc from 0.2.2 to 0.4.0

Release notes

Sourced from @​markdoc/markdoc's releases.

0.4.0

What's Changed

Full Changelog: markdoc/markdoc@0.3.5...0.4.0

0.3.5

What's Changed

New Contributors

Full Changelog: markdoc/markdoc@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: markdoc/markdoc@0.3.3...0.3.4

0.3.3

What's Changed

Full Changelog: markdoc/markdoc@0.3.2...0.3.3

0.3.2

What's Changed

Full Changelog: markdoc/markdoc@0.3.1...0.3.2

0.3.1

What's Changed

... (truncated)

Commits
  • f59adb5 Changes th width property to string type in schema (#472)
  • 4d3dd64 Adds additional escapes to string attributes (#470)
  • c572385 Fix table cell widths in formatter (#463)
  • fd43ec1 Fixes variable resolution for slots (#457)
  • 0d078ed Adds support for dropping location information in parse function (#455)
  • 1d4515a Fix conflict between parent validation and function validation (#441)
  • acb517e Update version to 0.3.1 (#438)
  • c914d13 Exposes parent nodes in validation (#437)
  • 92c8ee2 Markdoc formatter - update to skip printing undefined attributes (#432)
  • 45424bf add row and col span to th (#422)
  • Additional commits viewable in compare view

Updates @markdoc/next.js from 0.2.3 to 0.3.7

Release notes

Sourced from @​markdoc/next.js's releases.

0.3.7

What's Changed

Full Changelog: markdoc/next.js@0.3.6...0.3.7

0.3.6

What's Changed

New Contributors

Full Changelog: markdoc/next.js@0.3.5...0.3.6

0.3.5

What's Changed

Full Changelog: markdoc/next.js@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: markdoc/next.js@0.3.3...0.3.4

0.3.3

What's Changed

Full Changelog: markdoc/next.js@0.3.2...0.3.3

0.3.2

What's Changed

Full Changelog: markdoc/next.js@0.3.1...0.3.2

0.3.1

What's Changed

Full Changelog: markdoc/next.js@0.3.0...0.3.1

0.3.0

What's Changed

... (truncated)

Commits

Updates clsx from 1.2.1 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b

... (truncated)

Commits

Updates next from 14.1.1 to 15.0.1

Release notes

Sourced from next's releases.

v15.0.1

Core Changes

  • Reland "[dynamicIO] warn for disallowed dynamic in dev": #71567
  • next-upgrade: prompt (un)install only when there's a change: #71308
  • chore(next-codemod): remove @next/font from optional Next.js packages to install: #71563
  • [dynamicIO] Avoid triggering memory leak false positive with makeHangingPromise: #71576
  • Avoid triggering memory leak false positive with makeHangingPromise: #71579
  • Upgrade React from 65a56d0e-20241020 to 69d4b800-20241021: #71568
  • avoid logging stacks for internal errors: #71575
  • Avoid server action endpoint function indirection: #71572
  • fix: handle terminal color in chrome console: #71581
  • [dynamicIO] Update prerender to use Fizz prerender: #71580
  • misc(next-upgrade): reuse process.cwd() value: #71558
  • [dynamicIO]: dev navigations should show disallowed dynamic errors: #71595
  • next-lint: Use ESLint v9 by default: #71371
  • fix: prevent router errors from being logged on the client: #71583
  • fix: next package resolving in dev overlay: #71632
  • Improve type coverage of setup-dev-bundler: #71443
  • fix(turbo-tasks): Implement ValueDebugFormat for ResolvedVc: #71173
  • Add --turbopack CLI flag: #71657
  • [dynamicIO] detect metadata boundaries in dev using server component stacks: #71666

Example Changes

  • chore: Update with-supabase to be compatible with Nextjs 15: #71631
  • Update Sanity example to next v15: #71640

Misc Changes

  • docs(ppr): remove v14 mention for ppr: #71498
  • docs: fix upgrade codemod command: #71578
  • Turbopack: Always use blob: URLs for assets in middleware: #71471
  • fix: metadata image route Windows path escaping: #71615
  • fix: third-parties package peer dependency: #71620
  • Fix module_resolution: "nodenext" with mjs or cjs: #71635
  • react-sync: Automatically update peer dependencies in libraries: #71636
  • chore(docs): fix typo in image.mdx docs: #71647
  • docs: remove the canary note on instrumentation: #71649
  • test: fix async api tests: #71652
  • Enable source maps for pnpm debug: #71653
  • codemod(turbopack): Rewrite more Vc fields in structs as ResolvedVc: #71172

Credits

Huge thanks to @​gnoff, @​devjiwonchoi, @​samcx, @​ztanner, @​unstubbable, @​huozhi, @​mischnic, @​lubieowoce, @​eps1lon, @​ivasilov, @​styfle, @​bgw, @​stipsan, and @​timneutkens for helping!

v15.0.1-canary.3

Core Changes

... (truncated)

Commits

Updates postcss-focus-visible from 6.0.4 to 10.0.0

Changelog

Sourced from postcss-focus-visible's changelog.

10.0.0

August 3, 2024

  • Updated: Support for Node v18+ (major).

9.0.1

December 15, 2023

  • Fix type definitions

9.0.0

July 3, 2023

8.0.2

February 8, 2023

  • Reduce the amount of duplicate fallback CSS.

8.0.1

January 28, 2023

  • Improve types declaration in package.json

8.0.0

January 24, 2023

  • Updated: Support for Node v14+ (major).
  • Fix: Do not throw when a selector is invalid, show a warning instead.

7.1.0

July 30, 2022

  • Added: disablePolyfillReadyClass plugin option to prevent .js-focus-visible from being added.

7.0.0

July 8, 2022

  • Breaking: Changed generated classes so it prepends .js-focus-visible to the generated class so CSS is applied when the polyfill is known to be running.
Commits
Maintainer changes

This version was pushed to npm by romainmenke, a new releaser for postcss-focus-visible since your current version.


Updates postcss-import from 14.1.0 to 16.1.0

Changelog

Sourced from postcss-import's changelog.

16.1.0 / 2024-03-20

  • Allow bundling URLs with fragments (useful for Vite users) (#560, #561)

16.0.1 / 2024-02-14

  • Fix crash when handling some @imports with media conditions (#557, #558)

16.0.0 / 2024-01-02

  • BREAKING: Require Node.js v18+ (#550, #551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#532, #548)
  • When skipDuplicates is false, handles import cycles correctly (#462, #535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#84, #541)
  • Use proper node.errors (#518, #540)

Huge thanks to @romainmenke for all the hard work he put into this release.

15.1.0 / 2022-12-07

  • Add data: URL support (this is not useful for most consumers) (#515)

15.0.1 / 2022-12-01

  • Preserve layer in ignored @imports (#510, #511)
  • Join media queries in the correct order (#512, #513)

15.0.0 / 2022-08-30

  • BREAKING: Require Node.js v14+ (#497)
  • BREAKING: Require nameLayer option for handling anonymous layers (#496)
  • Fix handling of @media queries inside layered imports (#495, #496)
Commits

Updates prism-react-renderer from 1.3.5 to 2.4.0

Release notes

Sourced from prism-react-renderer's releases.

[email protected]

Minor Changes

  • 'Add JSON as default supported language' (#247)

[email protected]

Patch Changes

  • Export normalizeTokens and useTokenize utility functions. (#237)

[email protected]

Minor Changes

  • Upgrade clsx to v2.0.0. (#232)

[email protected]

Minor Changes

  • Add Python support. (#226)

Patch Changes

  • Fix html language preset by using markup instead. (#230)

[email protected]

Minor Changes

  • Added oneDark and oneLight themes (#224)

[email protected]

Patch Changes

  • Export all types from package (#216)

[email protected]

Patch Changes

  • Fixed bug where an undefined theme would cause a runtime error. (#213)

[email protected]

Patch Changes

... (truncated)

Commits
  • 20631f4 Merge pull request #248 from FormidableLabs/changeset-release/master
  • 0d62b98 Version Packages
  • f87355c Merge pull request #247 from FormidableLabs/208-add-json-to-the-default-inclu...
  • c5f2b5d fix lint
  • c22f8b0 add changeset
  • 9018924 add JSON as default supported language
  • e35950e Merge pull request #244 from slorber/patch-1
  • 8b49a1b Update README.md
  • f52167e Merge pull request #242 from FormidableLabs/brand/oss-nf
  • d1d951e FIx lint issue in CI tooling
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by formidablelabs, a new releaser for prism-react-renderer since your current version.


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates react-icons from 4.12.0 to 5.3.0

Release notes

Sourced from react-icons's releases.

v5.3.0

What's Changed

Bumps the npm-packages group with 15 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.19` | `2.1.10` |
| [@markdoc/markdoc](https://github.com/markdoc/markdoc) | `0.2.2` | `0.4.0` |
| [@markdoc/next.js](https://github.com/markdoc/next.js) | `0.2.3` | `0.3.7` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` |
| [next](https://github.com/vercel/next.js) | `14.1.1` | `15.0.1` |
| [postcss-focus-visible](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-focus-visible) | `6.0.4` | `10.0.0` |
| [postcss-import](https://github.com/postcss/postcss-import) | `14.1.0` | `16.1.0` |
| [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) | `1.3.5` | `2.4.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `4.12.0` | `5.3.0` |
| [eslint](https://github.com/eslint/eslint) | `8.26.0` | `9.13.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.0.2` | `15.0.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.3.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.1.13` | `0.6.8` |



Updates `@headlessui/react` from 1.7.19 to 2.1.10
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `@markdoc/markdoc` from 0.2.2 to 0.4.0
- [Release notes](https://github.com/markdoc/markdoc/releases)
- [Commits](markdoc/markdoc@0.2.2...0.4.0)

Updates `@markdoc/next.js` from 0.2.3 to 0.3.7
- [Release notes](https://github.com/markdoc/next.js/releases)
- [Commits](markdoc/next.js@0.2.3...0.3.7)

Updates `clsx` from 1.2.1 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.1.1)

Updates `next` from 14.1.1 to 15.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.1...v15.0.1)

Updates `postcss-focus-visible` from 6.0.4 to 10.0.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-focus-visible/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-focus-visible)

Updates `postcss-import` from 14.1.0 to 16.1.0
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@14.1.0...16.1.0)

Updates `prism-react-renderer` from 1.3.5 to 2.4.0
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/[email protected])

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `react-icons` from 4.12.0 to 5.3.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.3.0)

Updates `eslint` from 8.26.0 to 9.13.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.26.0...v9.13.0)

Updates `eslint-config-next` from 13.0.2 to 15.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.1/packages/eslint-config-next)

Updates `prettier` from 2.8.8 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.3.3)

Updates `prettier-plugin-tailwindcss` from 0.1.13 to 0.6.8
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.1.13...v0.6.8)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@markdoc/markdoc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@markdoc/next.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: postcss-focus-visible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: postcss-import
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

The following labels could not be found: docs.

Copy link

cloudflare-workers-and-pages bot commented Oct 23, 2024

Deploying netchecks-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: e8b0056
Status:🚫  Build failed.

View logs

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11487435524

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.541%

Totals Coverage Status
Change from base Build 10896190815: 0.0%
Covered Lines: 303
Relevant Lines: 331

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2024

Superseded by #265.

@dependabot dependabot bot closed this Oct 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/npm-packages-da6b0aed87 branch October 24, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant